home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / LOTTORTS / SMARTGAM.LZH / INSTALL.BAT < prev    next >
DOS Batch File  |  1992-09-02  |  2KB  |  43 lines

  1. echo off           
  2. cls
  3. echo                 P C   I N F O R M A T I O N   S Y S T E M S
  4. echo       ┌─┼─ ┌┐┌┐ ┌──┐ ┌──┐ ─┬──     ┌──┐ ┌──┐ ┌┐┌┐ ┌──┐ ┐    ┌─── ┌──┐
  5. echo       └─┼┐ │└┘│ ├──┤ ├─┬┘  │       │ ─┐ ├──┤ │└┘│ ├──┤ │    ├─   ├─┬┘
  6. echo       ──┼┘ ┘  └ ┘  └ ┘ └─  └─      └──┘ ┘  └ ┘  └ ┴──┘ └─── └─── ┘ └─
  7. echo  
  8. echo      Thank you for considering $mart Gambler, "try it before you buy
  9. echo      it" ASP shareware.  $mart Gambler is a new casino gambling tutor,
  10. echo      planning and reporting program.  Tutorials on gambling show how
  11. echo      to get the best of it in the casino.  Planning, tracking and 
  12. echo      reporting features demonstrate how to control and monitor play and
  13. echo      most importantly how to better results.  $mart Gamblers are those
  14. echo      select individuals who apply knowledge to increase success and
  15. echo      enjoyment in the casinos expanding across the country today.
  16. echo  
  17. echo      $mart Gambler needs 640k available memory and 720k available disk
  18. echo      space, preferably a hard disk drive.  Graphics display optional.
  19. echo      This $mart Gambler installation batch file does the following:
  20. echo  
  21. echo           1. Makes a sub-directory named $G and changes to it.
  22. echo           2. Unzips the files into $G and displays README.TXT.
  23. echo  
  24. echo      If you do not wish to proceed, press Ctrl+Break now, otherwise,
  25. pause
  26. echo  
  27. if "%1"=="" goto Err
  28. if "%2"=="" goto Err
  29. %2
  30. md %2\$G
  31. cd %2\$G
  32. %1unzip %1$GAMB11.ZIP
  33. echo  
  34. echo $mart Gambler installation was successful!
  35. echo  
  36. type README.TXT
  37. goto End
  38. :Err
  39. echo ERROR - Syntex Required:  INSTALL  floppydrive:  harddrive:
  40. echo  
  41. echo  
  42. :End
  43.